PrintImageObject

data class PrintImageObject(val imageSource: ImageSource? = null, val imageProperties: ImageProperties? = null) : PrintObject

A data class that holds the info for the Image object to be printed.

Constructors

Link copied to clipboard
constructor(imageSource: ImageSource? = null, imageProperties: ImageProperties? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard

These are the layout properties for the image, if null, then the existing layout properties of the passed image will be taken.

Link copied to clipboard

This is the source for the image to be printed.

Link copied to clipboard

The type of the print object (e.g., LINE, EMPTY_LINE, etc.).

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)